-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[v1.7.x] update jetson dockerfile to support CUDA 10.0 #18339
Conversation
Hey @waytrue17 , Thanks for submitting the PR
CI supported jobs: [centos-gpu, miscellaneous, edge, unix-gpu, sanity, website, unix-cpu, centos-cpu, windows-gpu, clang, windows-cpu] Note: |
Hi @waytrue17 , #18311 is a revert PR, do you mean this PR is to fix the failed CI of #18311? |
Hi ciyong, yes I was trying to do so, seems it doesn't work.. |
Hi @waytrue17, are you still working on this?
|
You need to include |
@mxnet-bot run ci [sanity] |
Jenkins CI successfully triggered : [sanity] |
@mxnet-bot run ci [all] |
Jenkins CI successfully triggered : [windows-cpu, unix-gpu, centos-gpu, sanity, unix-cpu, miscellaneous, windows-gpu, centos-cpu, edge, website, clang] |
@mxnet-bot run ci [edge, unix-gpu, website] |
Jenkins CI successfully triggered : [website, unix-gpu, edge] |
Hi @waytrue17 , please help to re-trigger the job of |
@mxnet-bot run ci [unix-gpu, website] |
Jenkins CI successfully triggered : [unix-gpu, website] |
CI jobs triggered. Sure I'll work on fix the edge |
ci/docker/install/ubuntu_julia.sh
Outdated
@@ -32,7 +32,7 @@ function install_julia() { | |||
# The julia version in Ubuntu repo is too old | |||
# We download the tarball from the official link: | |||
# https://julialang.org/downloads/ | |||
wget -qO $JLBINARY https://s3.amazonaws.com/julialang2/bin/linux/x64/0.7/julia-0.7.0-linux-x86_64.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is not about the S3 path but that you hardcode the 0.7 version instead of using $1
and $2
. In any case, hopefully https://julialang-s3.julialang.org/bin/linux/x64/$1/julia-$2-linux-x86_64.tar.gz will remain stable for the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing it out. I'll replace it back to the S3 path.
@leezu @ptrendx @TaoLv @pengzhao-intel ,please help to take a review of the code changes. |
Hi @waytrue17 , is there still any failure when enabling |
Hi @ciyongch, I think there are still some issues in TVM build #17840. I saw that it is disabled on master #18204, so I did the same for 1.7.x |
Thanks @waytrue17 to help fixing this failure :) |
* update dockerfile for jetson * add toolchain files * update build_jetson function * update ubuntu_julia.sh * update FindCUDAToolkit.cmake * Update centos7_python.sh * revert changes on ubuntu_julia.sh * disable TVM for gpu build * Disable TVM_OP on GPU builds Co-authored-by: Wei Chu <weichu@amazon.com> Co-authored-by: Leonard Lausen <leonard@lausen.nl>
…8560) * fix centos 7 url to unblock centos-cpu & gpu pipeline * [v1.7.x] update jetson dockerfile to support CUDA 10.0 (#18339) * update dockerfile for jetson * add toolchain files * update build_jetson function * update ubuntu_julia.sh * update FindCUDAToolkit.cmake * Update centos7_python.sh * revert changes on ubuntu_julia.sh * disable TVM for gpu build * Disable TVM_OP on GPU builds Co-authored-by: Wei Chu <weichu@amazon.com> Co-authored-by: Leonard Lausen <leonard@lausen.nl> * skip quantized conv flaky case (#16866) * Fix quantized concat when inputs are mixed int8 and uint8 Change-Id: I4da04bf4502425134a466823fb5f73da2d7a419b * skip flaky test * trigger ci Co-authored-by: waytrue17 <52505574+waytrue17@users.noreply.github.com> Co-authored-by: Wei Chu <weichu@amazon.com> Co-authored-by: Leonard Lausen <leonard@lausen.nl> Co-authored-by: Xinyu Chen <xinyu1.chen@intel.com>
* update dockerfile for jetson * add toolchain files * update build_jetson function * update ubuntu_julia.sh * update FindCUDAToolkit.cmake * Update centos7_python.sh * revert changes on ubuntu_julia.sh * disable TVM for gpu build * Disable TVM_OP on GPU builds Co-authored-by: Wei Chu <weichu@amazon.com> Co-authored-by: Leonard Lausen <leonard@lausen.nl>
* add the missing build_ubuntu_gpu_cuda101_cudnn7_mkldnn_cpp_test in runtime_functions.sh * Revert "add the missing build_ubuntu_gpu_cuda101_cudnn7_mkldnn_cpp_test in runtime_functions.sh" This reverts commit de173b0. * Revert "[CI][1.6.x] fix centos 7 url to unblock centos-cpu & gpu pipeline (#18560)" This reverts commit d271348. * fix centos 7 url to unblock centos-cpu & gpu pipeline * skip quantized conv flaky case (#16866) * Fix quantized concat when inputs are mixed int8 and uint8 Change-Id: I4da04bf4502425134a466823fb5f73da2d7a419b * skip flaky test * trigger ci * Trigger empty commit * [v1.7.x] update jetson dockerfile to support CUDA 10.0 (#18339) * update dockerfile for jetson * add toolchain files * update build_jetson function * update ubuntu_julia.sh * update FindCUDAToolkit.cmake * Update centos7_python.sh * revert changes on ubuntu_julia.sh * disable TVM for gpu build * Disable TVM_OP on GPU builds Co-authored-by: Wei Chu <weichu@amazon.com> Co-authored-by: Leonard Lausen <leonard@lausen.nl> * add setuptools to ci/docker/install/requirements * add missing build_ubuntu_gpu_cuda101_cudnn7_mkldnn_cpp_test * add setuptool to docker & cpp-test build syntax error * remove erroneously added cpp tests in 1.6.x * py3 to p2 Co-authored-by: Xinyu Chen <xinyu1.chen@intel.com> Co-authored-by: waytrue17 <52505574+waytrue17@users.noreply.github.com> Co-authored-by: Wei Chu <weichu@amazon.com> Co-authored-by: Leonard Lausen <leonard@lausen.nl>
Description
Essentials